Don't call deprecated combobox api
authorMatthias Clasen <mclasen@redhat.com>
Thu, 5 Sep 2013 22:45:16 +0000 (18:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 5 Sep 2013 22:51:04 +0000 (18:51 -0400)
gtk_combo_box_set_title is not needed anymore, since we
dropped the tearoff support.

tests/testcombo.c

index 24253880b4211b7f24b438f4cec208f74837eb30..f16639cd077b3eb79f0487d3a705d82ac7ede20f 100644 (file)
@@ -1190,7 +1190,6 @@ main (int argc, char **argv)
                                              is_separator, NULL, NULL);
                                                
         gtk_combo_box_set_active (GTK_COMBO_BOX (combobox), 0);
-       gtk_combo_box_set_title (GTK_COMBO_BOX (combobox), "Dynamic list");
 
         /* GtkComboBox custom entry */
         tmp = gtk_frame_new ("GtkComboBox (custom)");